Only hotplug cpus and save/restore vcpu context on SMP builds.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Mon, 29 Aug 2005 17:14:08 +0000 (17:14 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Mon, 29 Aug 2005 17:14:08 +0000 (17:14 +0000)
commit099d84b15c9cf0147aee0d681e65115d9a54de2c
treeb3ea84bea427846b7b3c634eee36c5596422c53a
parent7fa8b30f7d0ba3eaf33abc898f0dd3708fd58be5
Only hotplug cpus and save/restore vcpu context on SMP builds.
The for_each_cpu_mask macro has a slightly odd behaviour in the
non-CONFIG_SMP case, making the code unexpectedly incorrect.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6-xen-sparse/arch/xen/kernel/reboot.c